home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000114-20000217 / 000271_news@columbia.edu _Wed Feb 16 15:10:26 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA03267
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 16 Feb 2000 15:10:26 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id OAA28112
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 9 Feb 2000 14:32:01 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Connecting to Internet
  11. Date: 9 Feb 2000 19:31:59 GMT
  12. Organization: Columbia University
  13. Message-ID: <87sfbf$reb$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <87sd5c$1mb3$1@news.enteract.com>,
  17. Dale A. Dellutri <ddellutr@enteract.com> wrote:
  18. : ...
  19. : Are there any plans to include a basic PPP driver in C-Kermit itself?
  20. :
  21. No.  PPP is a very complicated protocol and UNIX, VMS, etc, already have
  22. PPP drivers.
  23.  
  24. : In other words, C-Kermit would not need any external software to
  25. : establish a PPP connection (over dial-up), and then allow telnet or
  26. : set host or whatever from within C-Kermit to establish a terminal
  27. : session with a remote host.  I'd like this capability in the VMS, UNIX
  28. : and Windows version of C-Kermit.
  29. : Note that C-Kermit would not have to "hand off" this PPP connection to
  30. : any other program (though that would be a nice feature in those
  31. : systems for which "hand off" is possible) -- it would be used solely
  32. : for that C-Kermit session.
  33. :
  34. Well, it would still need a TCP/IP stack.  Only MS-DOS Kermit has its own
  35. built in, simply because DOS doesn't include one, whereas Windows 95 and
  36. later does, as do Unix, VMS, etc (although sometimes as add-ons).  Anyway,
  37. it's not clear how an internal PPP implementation would interface to the
  38. external TCP/IP stack.
  39.  
  40. : Any plans for this?
  41. It might be an interesting area of inquiry, but given all the other
  42. demands, there's not much liklihood anybody would ever find time for it,
  43. unless it was in the framework of academic research or instruction, e.g.
  44. a class project.  This is not a cop-out -- a great many of Kermit's features
  45. came about that way.  Kermit source code often acts as a "lab" in the
  46. academic setting, in which all sorts of ideas can be explored and tested
  47. in an operational environment.
  48.  
  49. It might make sense for MS-DOS Kermit to include its own integrated
  50. PPP driver, but that would be a large undertaking and given the availability
  51. of external drivers, the cost versus benefit ratio seems prohibitive.
  52.  
  53. - Frank